Package-level declarations

Types

Link copied to clipboard
interface IDisablesShield

A StaffItemHandler implementing this interface disables the attacked entity's shield.

Link copied to clipboard
abstract class StaffItem(settings: Item.Settings) : Item

Staff item dispatching functionality to StaffItemHandler without loader specific functionality. Implementing FabricItem or IForgeItem (on the appropriate loader) is highly recommended when extending the class to pass loader-specific functionality to StaffItemHandler.

Link copied to clipboard
abstract class StaffItemHandler

Provides functionality for a staff, when an item is inserted into it.